Fix a minor typo
authorSeveren Redwood <severen.redwood@gmail.com>
Sat, 30 Aug 2014 02:07:25 +0000 (14:07 +1200)
committerSeveren Redwood <severen.redwood@gmail.com>
Sat, 30 Aug 2014 02:07:25 +0000 (14:07 +1200)
src/doc/source/guide.md

index ea2ab1306f85289b252da6b6a0dbdbc631d5b919..cced5cfafb6042b9057ebc18904c203f482b4fe7 100644 (file)
@@ -292,7 +292,7 @@ re-calculate the dependencies, and update things for us:
 
 ```shell
 $ cargo update       # updates all dependencies
-$ cargo update color # updtes just 'color'
+$ cargo update color # updates just 'color'
 ```
 
 This will write out a new `Cargo.lock` with the new version information.